home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000076_news@columbia.edu_Wed Oct 11 19:10:13 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA29173
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 12 Oct 1995 04:21:00 -0400
  3. Received: by apakabar.cc.columbia.edu id AA05714
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 12 Oct 1995 04:20:58 -0400
  5. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.mathworks.com!newsfeed.internetmci.com!howland.reston.ans.net!torn!newshost.uwo.ca!pc32.physiology.uwo.ca!rburgess
  6. From: rburgess@physiology.uwo.ca (Ron Burgess)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: "CLEAN" Telnet
  9. Date: Wed, 11 Oct 1995 19:10:13 GMT
  10. Organization: Physiology Dept., UWO
  11. Lines: 11
  12. Message-Id: <rburgess.87.307C1695@physiology.uwo.ca>
  13. Nntp-Posting-Host: pc32.physiology.uwo.ca
  14. Summary: "CLEAN" Telnet
  15. X-Newsreader: Trumpet for Windows [Version 1.0 Rev A]
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. I need to capture  the clean text from several screens using Kermit.  If I 
  19. connect to our VAX/VMS host  and log the session to a redirected printer 
  20. file, everything works.  If I connect to a Unix host I get all the ANSI escape 
  21. codes embedded in the file NO MATTER WHAT I DO.
  22.       If I connect to the Unix host with the terminal type set  to none, the 
  23. screen displays all the codes that end up in the file. I know absolutely 
  24. nothing about Unix,  but it seems to me that the Unix host is defaulting to 
  25. one particular terminal type and sending the codes for it .  Is there anything 
  26. I can do to remedy this ???
  27.  
  28.  Thanks for all the help.